Platform Explorer / Nuxeo Platform 5.8

Contribution org.nuxeo.ecm.poll.actions--actions

This contribution is part of XML component org.nuxeo.ecm.poll.actions inside nuxeo-poll-web-5.8.jar

Extension Point

Extension point actions of component ActionService.

Contributed Items

  • <action icon="/icons/file.gif" id="TAB_SURVEYS" label="action.view.polls" link="/incl/tabs/polls_listing.xhtml" order="150">
          <category>VIEW_ACTION_LIST</category>
          <filter-id>display_polls_tab</filter-id>
          <filter-id>manage</filter-id>
        </action>

XML Source

<extension point="actions" target="org.nuxeo.ecm.platform.actions.ActionService">

    <action icon="/icons/file.gif" id="TAB_SURVEYS" label="action.view.polls" link="/incl/tabs/polls_listing.xhtml" order="150">
      <category>VIEW_ACTION_LIST</category>
      <filter-id>display_polls_tab</filter-id>
      <filter-id>manage</filter-id>
    </action>

  </extension>